home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1035 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.3 KB

  1. Subject: Re: Minixfs problems ... 
  2. Date: Thu, 17 Feb 1994 23:53:58 -0800
  3. From: Howard Chu <hyc@hanauma.jpl.nasa.gov>
  4.  
  5. Ah, forgot the context for my reply to Stephen Henson. Here's my diff:
  6.  
  7. *** 1.1    1994/02/17 17:45:00
  8. --- main.c    1994/02/17 18:07:22
  9. ***************
  10. *** 280,288 ****
  11.    * bus error right after the Mshrink call!
  12.    */
  13. !         setstack(basepage+500L);
  14.   #if defined(__TURBOC__) && !defined(__MINT__)
  15. !         Mshrink(0, (void *)basepage, 512L);
  16.   #else
  17. !         Mshrink((void *)basepage, 512L);
  18.   #endif
  19.           r = Pexec(200, (char *)init_prg, init_tail, init_env);
  20. --- 280,288 ----
  21.    * bus error right after the Mshrink call!
  22.    */
  23. !         setstack(basepage+10000L);
  24.   #if defined(__TURBOC__) && !defined(__MINT__)
  25. !         Mshrink(0, (void *)basepage, 10000L);
  26.   #else
  27. !         Mshrink((void *)basepage, 10000L);
  28.   #endif
  29.           r = Pexec(200, (char *)init_prg, init_tail, init_env);
  30.  
  31. Ok, so - I haven't been able to see what the stack values were before and
  32. after the crashes, has anyone else got more info? My crashes have been
  33. pretty consistently "pid 2 (AESSYS): Operating system killed.", but that's
  34. MultiTOS for ya. As I mentioned before, this happened quite a bit to me today
  35. whenever I finished a build of the MiNT source on my MFS partition. (I'd
  36. finish a build running tcsh 6.02 in a miniwin window, move over to double-
  37. click my C drive and boom, down it goes...)
  38.